projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556531b
)
Set an appropriate title on the folder selection dialog for print-to-file
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 29 Apr 2010 21:14:14 +0000
(17:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 29 Apr 2010 21:14:14 +0000
(17:14 -0400)
gtk/gtkprinteroptionwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprinteroptionwidget.c
b/gtk/gtkprinteroptionwidget.c
index 413b8281f1e8c27172196c62f293b247e495e81c..a4e6f0cf433ae185e170e7e229ea5cc5658d76f2 100644
(file)
--- a/
gtk/gtkprinteroptionwidget.c
+++ b/
gtk/gtkprinteroptionwidget.c
@@
-792,7
+792,7
@@
construct_widgets (GtkPrinterOptionWidget *widget)
/* TODO: make this a gtkfilechooserentry once we move to GTK */
priv->entry = gtk_entry_new ();
- priv->combo = gtk_file_chooser_button_new (
source->display_text
,
+ priv->combo = gtk_file_chooser_button_new (
_("Select a folder")
,
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
g_object_set (priv->combo, "local-only", FALSE, NULL);